home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 April: Mac OS SDK / Dev.CD Apr 00 SDK1.toast / Development Kits / Mac OS / Thread Manager / Sample Applications / 68k Examples / Traffic Threads / TrafficLight.make < prev    next >
Encoding:
Text File  |  1994-11-17  |  1.0 KB  |  43 lines  |  [TEXT/MPS ]

  1. #
  2. #    Sample Threads Application
  3. #
  4. #    TrafficLight
  5. #
  6. #    [C]TrafficLight.make    -    Make Source
  7. #
  8. #    Copyright © Apple Computer, Inc. 1989-1990
  9. #    All rights reserved.
  10. #
  11. #    Versions:    
  12. #                1.00                08/88
  13. #                1.01                11/88
  14. #                1.02                04/89    MPW 3.1
  15. #                1.03                02/90    MPW 3.2
  16. #
  17. #    Components:
  18. #                TrafficLight.c
  19. #                TrafficLight.r
  20. #                TrafficLight.h
  21. #                TrafficLight.make
  22. #
  23. #    TrafficLight is an example application that demonstrates…
  24. #
  25. #
  26. #     You can define {SymOptions} as "-sym on" or "-sym off" for use with SADE
  27. #     We also recommend requiring prototypes for all functions
  28. COptions = -r {SymOptions} -d SystemSevenOrLater -d DEBUG
  29.                             
  30. CObjs        = TrafficLight.c.o ∂
  31.         "{CLibraries}"StdCLib.o ∂
  32.         "{Libraries}"Runtime.o ∂
  33.         "{Libraries}"Interface.o ∂
  34.  
  35. TrafficLight        ƒƒ {CObjs} TrafficLight.make
  36.         Link -w -o {Targ} {CObjs} {SymOptions}
  37.         SetFile {Targ} -t APPL -c 'MOOS' -a B
  38.  
  39. TrafficLight        ƒƒ TrafficLight.r TrafficLight.h TrafficLight.make
  40.         Rez  -d SystemSevenOrLater=1 -rd -o {Targ} TrafficLight.r -append
  41.  
  42. TrafficLight.c.o    ƒƒ TrafficLight.make
  43.